summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-06-11 08:15:28 +0200
committerCharles Lombardo <clombardo169@gmail.com>2023-06-11 08:15:28 +0200
commit37e135d74d52ac54c1938bab7c05c8dc7e1a9042 (patch)
treedb3fbd99346147de82198e52b48478df261642b2
parentMerge pull request #10703 from bunnei/fix-android-layout (diff)
downloadyuzu-37e135d74d52ac54c1938bab7c05c8dc7e1a9042.tar
yuzu-37e135d74d52ac54c1938bab7c05c8dc7e1a9042.tar.gz
yuzu-37e135d74d52ac54c1938bab7c05c8dc7e1a9042.tar.bz2
yuzu-37e135d74d52ac54c1938bab7c05c8dc7e1a9042.tar.lz
yuzu-37e135d74d52ac54c1938bab7c05c8dc7e1a9042.tar.xz
yuzu-37e135d74d52ac54c1938bab7c05c8dc7e1a9042.tar.zst
yuzu-37e135d74d52ac54c1938bab7c05c8dc7e1a9042.zip
-rw-r--r--src/android/app/build.gradle.kts10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts
index 13bb227ff..2ce25b427 100644
--- a/src/android/app/build.gradle.kts
+++ b/src/android/app/build.gradle.kts
@@ -83,16 +83,6 @@ android {
)
}
- register("relWithVersionCode") {
- signingConfig = signingConfigs.getByName("debug")
- isMinifyEnabled = true
- isDebuggable = false
- proguardFiles(
- getDefaultProguardFile("proguard-android.txt"),
- "proguard-rules.pro"
- )
- }
-
// builds a release build that doesn't need signing
// Attaches 'debug' suffix to version and package name, allowing installation alongside the release build.
register("relWithDebInfo") {